ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / CanInsert Method
The index where the items would be inserted.

In This Topic
    CanInsert Method (C1WrapCollectionView<S,T>)
    In This Topic
    Determines whether a new item can be inserted in the collection at the specified index.
    Syntax
    'Declaration
     
    Public Overridable Function CanInsert( _
       ByVal index As System.Integer _
    ) As System.Boolean
    public virtual System.bool CanInsert( 
       System.int index
    )

    Parameters

    index
    The index where the items would be inserted.
    See Also